-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Createa Mock for PciRootBridgeIoProtocol, MockPciPlatformProtocol & add mock function under MockUefiBootServiceTableLib #1213
Merged
apop5
merged 8 commits into
microsoft:dev/202405
from
v-boscochen:usrs/Bosco/Task2133227_gmock_for_PciRootBridgeIoProtocol&MockUefiBootServiceTableLib
Dec 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev/202405 #1213 +/- ##
===========================================
Coverage 1.60% 1.60%
===========================================
Files 1377 1377
Lines 359246 359246
Branches 5524 5524
===========================================
Hits 5760 5760
Misses 353379 353379
Partials 107 107
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@microsoft-github-policy-service agree company="Microsoft" |
0384dbd
to
dfa8b62
Compare
os-d
reviewed
Nov 11, 2024
...g/Test/Mock/Library/GoogleTest/MockUefiBootServicesTableLib/MockUefiBootServicesTableLib.cpp
Outdated
Show resolved
Hide resolved
...g/Test/Mock/Library/GoogleTest/MockUefiBootServicesTableLib/MockUefiBootServicesTableLib.cpp
Outdated
Show resolved
Hide resolved
MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiBootServicesTableLib.h
Outdated
Show resolved
Hide resolved
dafaf18
to
038c4c4
Compare
apop5
reviewed
Nov 19, 2024
MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockPciRootBridgeIoProtocol.h
Outdated
Show resolved
Hide resolved
397611e
to
06c8625
Compare
3c4cb19
to
6c31485
Compare
83e40f1
to
0102403
Compare
VivianNK
approved these changes
Dec 11, 2024
0102403
to
f7fa5a1
Compare
apop5
approved these changes
Dec 13, 2024
f7fa5a1
to
78b4f27
Compare
…ib/MockUefiBootServicesTableLib.cpp Co-authored-by: Oliver Smith-Denny <[email protected]> Signed-off-by: v-boscochen <[email protected]>
…ib/MockUefiBootServicesTableLib.cpp Co-authored-by: Oliver Smith-Denny <[email protected]> Signed-off-by: v-boscochen <[email protected]>
…esTableLib.h Co-authored-by: Oliver Smith-Denny <[email protected]> Signed-off-by: v-boscochen <[email protected]>
b47e732
to
ec709b0
Compare
…otBridgeIoProtocol&MockUefiBootServiceTableLib
ProjectMuBot
pushed a commit
that referenced
this pull request
Dec 18, 2024
…dd mock function under MockUefiBootServiceTableLib (#1213)
apop5
pushed a commit
to apop5/mu_basecore
that referenced
this pull request
Feb 2, 2025
…dd mock function under MockUefiBootServiceTableLib (microsoft#1213)
apop5
pushed a commit
to apop5/mu_basecore
that referenced
this pull request
Feb 3, 2025
…dd mock function under MockUefiBootServiceTableLib (microsoft#1213)
apop5
pushed a commit
that referenced
this pull request
Feb 3, 2025
…dd mock function under MockUefiBootServiceTableLib (#1213)
apop5
pushed a commit
that referenced
this pull request
Feb 10, 2025
…dd mock function under MockUefiBootServiceTableLib (#1213)
apop5
pushed a commit
that referenced
this pull request
Feb 14, 2025
…dd mock function under MockUefiBootServiceTableLib (#1213)
apop5
pushed a commit
that referenced
this pull request
Feb 14, 2025
…dd mock function under MockUefiBootServiceTableLib (#1213)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
impact:non-functional
Does not have a functional impact
type:backport
Backport changes in a dev branch PR to its release branch.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add mock functions under MockUefiBootServiceTableLib , and Create Mock for PciRootBridgeIoProtocol
For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
How This Was Tested
Unit tests component can call these mock functions success
Integration Instructions
N/A